home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / PCHome.exe / scripts / DefineButton2_48 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2003-12-04  |  149 b   |  9 lines

  1. on(rollOver){
  2.    set("/js:runtype","click to view credits");
  3.    tellTarget("/js")
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7.    startDrag("/js","1");
  8. }
  9.